home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 801_900 / DISK0821 / DISK0821.ZIP / ARPARTB.DOC < prev    next >
Text File  |  1987-11-14  |  45KB  |  955 lines

  1.                     TABLE OF CONTENTS             SECTION.PAGE 
  2.     -------- SHAREWARE VERSION 1.1 ---------------------------
  3.     THE MAIN MENU -----------------------------------  0 .
  4.     <1> ADD OR UPDATE CUSTOMER INFORMATION-----------  1 .
  5.        <1> ADD A CUSTOMER ---------------------------   1.1
  6.        <2> CORRECT A CUSTOMER -----------------------   1.2
  7.        <3> DELETE A CUSTOMER ------------------------   1.3
  8.        <4> LIST CUSTOMERS ---------------------------   1.4
  9.        <5> SET SYSTEM LIMITS ------------------------   1.5
  10.        <6> UPDATE TRANSACTION CODES -----------------   1.6
  11.        <7> LIST TRANSACTION CODES & SYSTEM LIMITS ---   1.7
  12.  
  13.     <2> ENTER/POST TRANSACTIONS OR INVOICES ---------  2 .
  14.        <1> ADD OR CHANGE TRANSACTIONS ---------------   2.1
  15.        <2> LIST TRANSACTIONS ------------------------   2.2
  16.        <3> COMPUTE CHECK TOTALS ---------------------   2.3
  17.        <4> POST TRANSACTIONS ------------------------   2.4
  18.  
  19.     <3> REPORT OPTIONS MENU -------------------------  3 .
  20.        <1> SCREEN CHECK OF CUSTOMER STATUS ----------   3.1
  21.        <2> PRINT & COMPUTE FINANCE CHARGES ----------   3.2
  22.        <3> PRINT AGEING REPORTS ---------------------   3.3
  23.        <4> PRINT STATEMENTS -------------------------   3.4
  24.        <5> PROCESS END-OF-MONTH ---------------------   3.5
  25.        <6> PRINT MAILING LABELS ---------------------   3.6
  26.  
  27.     <4> SYSTEM UTILITIES MENU -----------------------  4 .
  28.        <1> FORCE HOUSEKEEPING FUNCTIONS TO BE DONE --   4.1
  29.        <2> CLEARING ALL TRANSACTIONS OFF ACCOUNTS ---   4.2
  30.        <3> RESET COMPANY RETURN ADDRESS -------------   4.3
  31.        <4> SELECTIVE DELETE TRANSACTION ON 1 ACCOUNT-   4.4
  32.        <5> INITIALIZE A NEW CUSTOMER FILE (ARCUSTx)--   4.5
  33.  
  34.     <5> SET DATA FILE ID CODE -----------------------  5 .
  35.     <6> SET HARDWARE CONFIGURATION ------------------  6 .
  36.     <7> EXIT TO HOUSEKEEPING PROGRAM ----------------  7 .
  37.     <8> PRINT AN INVOICE ----------------------------  8 .
  38.     <9> QUIT ALL PROCESSING ------------------------   9 .
  39.     INTRODUCTION --------------------------- APPENDIX  A .
  40.         COPYRIGHT NOTICE ------------------------------ A.1
  41.         SYSTEM PROGRAMS & DATA FILE NAMES ------------- A.2
  42.         ORDERING STATEMENTS --------------------------- A.3
  43.         RUNNING THE SAMPLE DATA FILES ----------------- A.4
  44.         CONVERTING FLOPPY TO HARD DISK AND BACK ------- A.5
  45.         INSTALLING PROGRAM ---------------------------- A.6
  46.  
  47.  
  48.                  The  M A I N   M E N U              PAGE 0
  49.  
  50.     OVERVIEW: To get the MAIN MENU when your computer has
  51.               been OFF you must 1st TURN it ON, insert the
  52.               the proper disks (if running floppy disks) and
  53.               wait for a DOS prompt.
  54.  
  55.     Step 1.   At the DOS prompt type: ARINDX
  56.  
  57.     NOTE 1  If you know how to use COPY CON and make a batch
  58.     ======  batch file loading can be made easier.
  59.  
  60.     ********************************************************
  61.     *    ACCOUNTS RECEIVABLE  (c) by HDP        PAGE 0     *
  62.     *  SHAREWARE VERSION 1.1                               *
  63.     * OPTION         M A I N   M E N U             MANUAL  *
  64.     * ---------------------------------------------------- *
  65.     * <1> ADD OR UPDATE CUSTOMER INFORMATION        PG 1.  *
  66.     * <2> ENTER & POST TRANSACTIONS                 PG 2.  *
  67.     * <3> REPORTS MENU                              PG 3.  *
  68.     * <4> SYSTEM UTILITIES MENU                     PG 4.  *
  69.     * <5> SET DATA FILE ID CODE                     PG 5.  *
  70.     * <6> SET HARDWARE CONFIGURATION                PG 6.  *
  71.     * <7> EXIT TO HOUSEKEEPING PROGRAM              PG 7.  *
  72.     * <8> PRINT AN INVOICE                          PG 8.  *
  73.     * <9> QUIT ALL PROCESSING                       PG 9.  *
  74.     * ===================================================  *
  75.     *  8-26-86   CONFIGURATION: HARDDISK   ID CODE= HDP    *
  76.     * ===================================================  *
  77.     * ENTER OPTION NUMBER ?                                *
  78.     ********************************************************
  79.  
  80.      Step 2  Choose what you wish to do and enter the number,
  81.              then turn to the corresponding page number.
  82.  
  83.              If you wish to exit the A/R system choose
  84.              OPTION 9.
  85.  
  86.                         UPDATE CUSTOMER FILE            PAGE 1.
  87.  
  88.      OVERVIEW: This is where you add, change, delete, & list
  89.                customers, define LIMITS and STATUS codes. 
  90.  
  91.      NOTE 1   It is important to note accounts only print in
  92.      ======   ACCOUNT NUMBER sequence. If you need alpha-
  93.               betical order then follow these instructions.
  94.  
  95.         A.  Take a piece of paper and write numbers on it
  96.             starting with 1000 and add 1 (IE. 1001, 1002,
  97.             & so on). Now assign these numbers to accounts
  98.             & cross them off this list. Each account will
  99.             have a UNIQUE 4 digit account number.
  100.  
  101.         B.  Use numbers  1 to 26 to represent the letters
  102.             A to Z (A=1, B=2, C=3, etc.) & put this number
  103.             IN FRONT of the 4 digit number to make the FULL
  104.             account number 5 or 6 digits long. Accounts
  105.             will now list in BLOCK alphabetical order.
  106.    
  107.         C.  System handles SUB-ACCOUNTS (or JOB #) to a
  108.             MASTER account. The MASTER  account number is
  109.             followed by a decimal & a number 1 to 99.
  110.           Example. Bailey  #1005 would be  21005
  111.                    Bailey Sub 1  would be  21005.1
  112.                    Bailey Sub 10 would be  21005.10
  113.                    Zinn    #1234 would be 261234
  114.  
  115.      ********************************************************
  116.      * UPDATE CUSTOMER FILE                                 *
  117.      *   OPTIONS ARE.........                   PAGE 1.     *
  118.      *                                                      *
  119.      *   <1> ADD A CUSTOMER                       PG 1.1    *
  120.      *   <2> CORRECT A CUSTOMER                   PG 1.2    *
  121.      *   <3> DELETE A CUSTOMER                    PG 1.3    *
  122.      *   <4> LIST CUSTOMERS                       PG 1.4    *
  123.      *                                                      *
  124.      *   <5> SET SYSTEM LIMITS                    PG 1.5    *
  125.      *   <6> CHANGE TRANSACTION CODES             PG 1.6    *
  126.      *   <7> LIST TRANSACTION CODES &  LIMITS     PG 1.7    *
  127.      *   <8> RETURN TO MAIN MENU                  PG 0.     *
  128.      *   ENTER OPTION NUMBER ?                              *
  129.      ********************************************************
  130.  
  131.      Step 1 Decide what you wish to do and type the number.
  132.  
  133.                       ADD A CUSTOMER               PAGE 1.1
  134.    
  135.      Step 1   Enter the account number and press <enter>.
  136.               25001.1 is sub-account #1 of master account
  137.               25001. See Page 1.5 item 3 for details.
  138.               If you got here by mistake press <enter>.
  139.  
  140.      Step 2  Data file is opened. If file can't be found,
  141.              Exit and check files on disk.
  142.            
  143.              If account number exists system tells you.
  144.  
  145.      *********************************************************
  146.      * ADD CUSTOMER ......                        PAGE 1.1   *
  147.      *        ACCOUNT #      . -                             *
  148.      *=======================================================*
  149.      * 1-NAME:_________________________ 10-ACCT.ESTABL.:____ *
  150.      * 2-ADDR:__________________        11-INTEREST:__ % MO  *
  151.      * 3-ADDR:__________________ 5-ZIP: 12-FUTURE USE N/A    *
  152.      * 4-ADDR:__________________ _____  13-LAST PYMT:______  *
  153.      *--------------------------------- CREDIT IN USE  0%    *
  154.      * 6-TELEPHONE NUMBER:(___)________ 14-LIMIT:      0.00  *
  155.      * 7-CUSTOMER STATUS: 0 = .........  BALANCE       0.00  *
  156.      *=======================================================*
  157.      *  CURRENT    OVER 30    OVER 60    OVER 90    OVER 120 *
  158.      *    0.00       0.00       0.00       0.00         0.00 *
  159.      *=======================================================*
  160.      * ENTER NAME:                         :::               *
  161.      *********************************************************
  162.      NOTE 1  a. NAME and address can have punctuation.
  163.      ======  b. TELEPHONE number is entered without ( ) or -
  164.              c. See page 1.5 for STATUS CODE definition.
  165.              d. DATES are entered without slashes
  166.              e. AMOUNTS may not be accessable, see page 1.5
  167.    
  168.      Step 3  Input the information.  When done, you  see;
  169.    
  170.          <1>CORRECT ENTRY, <2>KEEP AND ADD ANOTHER OR <3>EXIT
  171.  
  172.      Step 4   Type: 1 to correct any mistakes. See page 1.2
  173.                   2 to Add this account & continue adding.
  174.                   3 to add this account & exit.
  175.      Note. While adding the housekeeping program may run to
  176.            sort the data file index when needed.
  177.  
  178.                CORRECT A CUSTOMER RECORD             PAGE 1.2
  179.  
  180.      Step 1  Enter the account number and press <enter>.
  181.              If you got here by mistake just press <enter>.
  182.  
  183.      Step 2  Data file is accessed. If file is not on-line
  184.              & you are using floppies then mount new disk.
  185.  
  186.              If account does not exist you return to menu.
  187.  
  188.      ********************************************************
  189.      * CORRECT A CUSTOMER RECORD....             PAGE 1.2   *
  190.      *       ACCOUNT # 81005. - HOLMAN DATA PROCESSING      *
  191.      *======================================================*
  192.      * 1-NAME: HOLMAN DATA PROCESSING 10-ACCT.ESTABL.: 1/82 *
  193.      * 2-ADDR: ATTN: BILL HOLMAN      11-INTEREST: 1.5 % MO *
  194.      * 3-ADDR: 2059 W. LINCOLN 5-ZIP: 12-FUTURE USE N/A     *
  195.      * 4-ADDR: OROVILLE, CA.   95965  13-LAST PYMT: 1/19/82 *
  196.      *------------------------------- CREDIT IN USE  200%   *
  197.      * 6-TELEPHONE NUM:(916)533-5992  14-LIMIT:    $500.00  *
  198.      * 7-CUSTOMER STATUS: 0 = ........BALANCE     $1000.00  *
  199.      *======================================================*
  200.      * CURRENT   OVER 30   OVER 60     OVER 90     OVER 120 *
  201.      * 700.00    100.00      75.00       25.00       100.00 *
  202.      *======================================================*
  203.      * ENTER ITEM NUMBER OR <E>XIT                          *
  204.      ********************************************************
  205.  
  206.      Step 3  Type the item number to correct then  <enter>.
  207.  
  208.      Step 4  Type in the new information.
  209.  
  210.      Step 5  When done correcting press <enter> to exit.
  211.  
  212.      NOTE 1 Amounts may or may not be accessible, see pg 1.5
  213.  
  214.                        DELETE A CUSTOMER           PAGE 1.3
  215.  
  216.  
  217.      Step 1  Enter the account number and press <enter>.
  218.              If you got here by mistake just press <enter>
  219.  
  220.      Step 2  Data file is accessed. If file is not on-line
  221.              & you are using floppies, mount new disk.
  222.   
  223.              If account does not exist you return to menu.
  224.  
  225.      ********************************************************
  226.      * DELETE  A CUSTOMER....                    PAGE 1.3   *
  227.      *       ACCOUNT # 81005. - HOLMAN DATA PROCESSING      *
  228.      *======================================================*
  229.      * 1-NAME: HOLMAN DATA PROCESSING 10-ACCT.ESTABL.: 1/82 *
  230.      * 2-ADDR: ATTN: BILL HOLMAN      11-INTEREST: 1.5 % MO *
  231.      * 3-ADDR: 2059 W. LINCOLN  5-ZIP 12-FUTURE USE N/A     *
  232.      * 4-ADDR: OROVILLE, CA.    95965 13-LAST PYMT: 1/19/82 *
  233.      *------------------------------- CREDIT IN USE   0%    *
  234.      * 6-TELEPHONE NUMBER:   533-5992 14-LIMIT:    $500.00  *
  235.      * 7-CUSTOMER STATUS: 0 = ....... BALANCE         0.00  *
  236.      *======================================================*
  237.      * CURRENT    OVER 30   OVER 60   OVER 90      OVER 120 *
  238.      *    0.00       0.00     0.00       0.00          0.00 *
  239.      *======================================================*
  240.      * DELETE THIS CUSTOMER (*Y/N)                          *
  241.      ********************************************************
  242.   
  243.      Step 3  Type: Y or N for Yes Or No. A YES default was
  244.              made to speed up multiple deletions.
  245.  
  246.      Note 1  If customer has a balance or an active 
  247.              transaction you can not delete. Wait till you
  248.              run end of month & check for zero balance then.
  249.  
  250.                           LIST CUSTOMERS           PAGE 1.4
  251.  
  252.      OVERVIEW: There are 2 types of customer listings
  253.                available from this section.  You must decide
  254.                how you will use each report. You can print
  255.                them at anytime.
  256.  
  257.                The <S>hort  report was designed for counter
  258.                sales people. It contains detailed information
  259.                to identify  customers. It does not contain
  260.                sensitive dollar figures for wandering eyes.
  261.  
  262.                The <L>ong report has everything shown on the
  263.                screen display as seen on page 1.2
  264.  
  265.                Reports print in account # sequence ONLY.
  266.  
  267.      NOTE 1    The amounts shown on the LONG report do not
  268.      ======    reflect any active transactions. The amounts
  269.                represent the starting balances for the next
  270.                period. BEST to print this report after MONTH-
  271.                END processing & before posting transactions.
  272.  
  273.      ********************************************************
  274.      * UPDATE CUSTOMER FILE                                 *
  275.      *    LIST CUSTOMERS                        PAGE 1.4    *
  276.      *                                                      *
  277.      * ENTER FIRST ACCOUNT # TO LIST (PRESS <ENTER> FOR ALL)*
  278.      *  <1>=LONG LIST                                       *
  279.      * *<2>=SHORT LIST                                      *
  280.      *   ENTER OPTION NUMBER ?  _2_                         *
  281.      *                                                      *
  282.      * ENTER TODAY'S DATE (MM/DD/YY) ? _1/15/84_            *
  283.      ********************************************************
  284.  
  285.      Step 1  Press <enter> if you wish to print a list of all
  286.              your accounts. If you do not, enter the FIRST
  287.              account number and the system will then ask you
  288.              for the LAST account number. Numbers do not have
  289.              to exist but should be close to what you want.
  290.  
  291.      Step 2  Decide <1> or <2> for LONG or SHORT listing.
  292.              Enter the date for the report.
  293.  
  294.      Note 1. To abort printout press the <E> key one time.
  295.  
  296.                        SET SYSTEM LIMITS           PAGE 1.5
  297.  
  298.        OVERVIEW: For input checking you must define certain
  299.                limits. The maximums are shown below;
  300.      ********************************************************
  301.      * ACCOUNTS RECEIVABLE SYSTEM - UPDATE CUSTOMER RECORDS *
  302.      * PARAMETER SPECIFICATIONS ARE.....          PAGE 1.5  *
  303.      *  <1> LOWEST ACCOUNT NUMBER:           1              *
  304.      *  <2> HIGHEST ACCOUNT NUMBER:     999999              *
  305.      *  <3> HIGHEST JOB NUMBER              99              *
  306.      *  <4> MAXIMUM MONTHLY INTEREST RATE: 10%              *
  307.      *      (ANNUAL INTEREST RATE:  120%)                   *
  308.      *  <5> FUTURE USE             (N/A)                    *
  309.      *  <6> MAXIMUM CREDIT LIMIT:   $99,000.00              *
  310.      *  <7> UPDATE CUSTOMER BALANCES        NO or YES       *
  311.      *  <8> CUSTOMER STATUS CODES                           *
  312.      *   ENTER ITEM # TO CHANGE OR <E>XIT ?                 *
  313.      ********************************************************
  314.  
  315.      Item 1 After set, Account # must be equal or greater.
  316.      Item 2 After set, Account # must be equal or less
  317.      Item 3 A 0 allows no SUB-ACCOUNTS to a master account.
  318.             JOB ACCOUNT (sub-accounts) are created just like
  319.             any other account. If value set to 4 then up to
  320.             4 sub-accounts are allowed to any one master
  321.             account. Example: Account 21005 could have sub-
  322.             accounts 21005.1, 21005.2, 21005.3, & 21005.4 .
  323.             Each account is unique, the master account 21005
  324.             will get a summary statement & JOB accounts get
  325.             individual statement.
  326.      Item 4 After set, rate can not be exceeded.
  327.      Item 5 Reserved for future use. NOT AVAILABLE.
  328.      Item 6 After set, you can not exceed this limit.
  329.      Item 7 Set to NO & you can not access the amounts shown
  330.             on the display on page 1.2.  If set to YES the
  331.             amounts will be given access numbers 15 to 19.
  332.      Item 8 Status codes are simply category codes. This is
  333.             how you can give 90 day time-payment credit to
  334.             customers who can't pay entire balance. Assigning
  335.             an ODD number code to an account will allow part
  336.             payment ( 1/3 of balance) to be requested on the
  337.             statements. EVEN numbers mean total balance due
  338.             on statements.  Some uses may be as follows;
  339.             1 - RETAIL pp    To = Retail With part payment
  340.             2 - COMMERCIAL   To = Commercial type account
  341.             3 - A1 RATEDpp   To = Excellent credit & part pay
  342.             Define them to what you want.
  343.  
  344.              UPDATE TRANSACTION CODES               PAGE 1.6
  345.  
  346.      OVERVIEW  System has transaction codes numbered 1 to 99.
  347.                All 99 are defined to something now.
  348.  
  349.      Note 1.   EVEN or ODD codes determine what balances to
  350.                apply credits towards. EVEN numbers credit
  351.                the OLDEST amounts first. ODD numbers credit
  352.                current balances first. Normally payment codes
  353.                are EVEN and any returns could be ODD. Use
  354.                either odd or even for charge sales (debits).
  355.  
  356.                These code numbers have a 23 character
  357.                description associated to each code #. Code
  358.                number is used for faster keyboard entry while
  359.                posting transactions & preserve disk space.
  360.                The description, not the code number shows 
  361.                on the statement to make transactions clearer
  362.                to your customers. System print totals by each
  363.                code at end of the aging status reports.
  364.  
  365.      ********************************************************
  366.      *  UPDATE CUSTOMER FILE                                *
  367.      *  ENTER TRANSACTION CODE # (1-99) TO UPDATE OR <E>XIT *
  368.      ********************************************************
  369.  
  370.      ********************************************************
  371.      *  UPDATE CUSTOMER FILE                                *
  372.      *                                                      *
  373.      *     UPDATE TRANSACTION CODE # 1                      *
  374.      *  :------------------------------------------------:  *
  375.      *  :  1- DESCRIPTION:  INVOICE (CHARGE SALE)        :  *
  376.      *  :  2- UPDATE LAST PAYMENT DATE:  NO              :  *
  377.      *  :------------------------------------------------:  *
  378.      *                                                      *
  379.      *  ENTER ITEM # (1 or 2) TO CHANGE, <D>ELETE OR <E>XIT *
  380.      ********************************************************
  381.      Step 1  Type the code number to edit then press <enter>
  382.      Step 2  Type: 1  to EDIT the description.
  383.              Type: 2  then Y or N. A Yes will force the date
  384.                       of last payment to be update whenever
  385.                       this transaction code is used.
  386.  
  387.  
  388.           LIST TRANSACTION CODES & SYSTEM LIMITS    PAGE 1.7
  389.  
  390.      OVERVIEW:  The system has many settings that can be
  391.                 changed to suit your needs. Whenever you make
  392.                 changes you should print a new listing of the
  393.                 system settings and codes. This report should
  394.                 be kept handy at each posting session or when
  395.                 adding new accounts into the system.
  396.  
  397.  
  398.  
  399.      Step 1    Press <7> to list.
  400.  
  401.                Enter date for the report and press <enter>
  402.  
  403.              ENTER/POST TRANSACTIONS                 PAGE 2.
  404.  
  405.      OVERVIEW This section is where you enter transactions
  406.               stored in the data file "ARTRANS". This file
  407.               holds ACCOUNT #, DATE, INVOICE #, TRANSACTION
  408.               CODE, & AMOUNT for each line you enter. If you
  409.               EXIT (option <4>), the ARTRANS file is posted
  410.               to accounts & ARTRANS erased for next session.
  411.  
  412.      Note 1   RESTRICT the input session to about 150
  413.      ======   MAXIMUM line items because you can fill a disk
  414.               file and the HOUSEKEEPING program will need
  415.               to be run to see if any files need to be split
  416.               into 2 smaller files.
  417.  
  418.      ********************************************************
  419.      *                                                      *
  420.      *     ENTER TRANSACTIONS                               *
  421.      *       OPTIONS ARE............            PAGE 2.     *
  422.      *                                                      *
  423.      *     <1> ADD OR CHANGE TRANSACTIONS         PG 2.1    *
  424.      *     <2> LIST TRANSACTIONS                  PG 2.2    *
  425.      *     <3> COMPUTE CHECK TOTALS               PG 2.3    *
  426.      *     <4> POST TRANSACTIONS                  PG 2.4    *
  427.      *     <5> EXIT TO MAIN MENU                  PG 0      *
  428.      *                                                      *
  429.      *       ENTER OPTION NUMBER?                           *
  430.      *                                                      *
  431.      ********************************************************
  432.  
  433.      Step 1 Decide what you want to do and enter the number.
  434.  
  435.                  ADD OR CHANGE TRANSACTIONS          PAGE 2.1
  436.  
  437.      OVERVIEW  Transactions are displayed 10 lines per
  438.                screen. Each line represents 1 line on your
  439.                customer's statements.
  440.      ********************************************************
  441.      * ENTER TRANSACTIONS: 1 TO 10                          *
  442.      *                                                      *
  443.      *     ACCOUNT #     DATE     INV #   T.C.     AMOUNT   *
  444.      *     21005       1/04/84    1255     5        61.48   *
  445.      *     21005.1     1/06/84    12.5     5        10.00   *
  446.      *     11234       1/01/84    1205     2      <200.00>  *
  447.      * ==>                                                  *
  448.      *                                                      *
  449.      *SELECT OPTION USE ARROWS, <A>DD, <C>HANGE, OR <D>ELETE*
  450.      *  TRAMS. <L>OCATE TRANS. <F>ORWARD, <B>ACKWORD <E>XIT *
  451.      ********************************************************
  452.  
  453.      OPTION A  ADD, screen pointer ==> must be located at
  454.                first empty line & first column. The account
  455.                number is not verified now but is verified at
  456.                posting time. Posting report shows which ones
  457.                are not posted.
  458.  
  459.           DATE input requires MONTH, DAY, & YEAR on 1st line.
  460.                After 1st date, enter day as 2 digits or month
  461.                and day as 3 or 4 digits. 01, 02 or 501 0501
  462.   
  463.           INVOICE # must be NUMERICAL up to 6 digits. A
  464.                decimal point is ok. Use (.) for NO invoice #.
  465.    
  466.           TRANSACTION code is any number 1 to 99.
  467.                See page 1.7 if you need a copy of the codes.
  468.  
  469.                AMOUNT can be a CREDIT or DEBIT (minus or +)
  470.                entry. The system assumes 2 decimal places.
  471.                Credit entries can be entered with a MINUS (-)
  472.                sign in front of, or behind the amount. If you
  473.                find a (.) period easier then  a (.) period
  474.                in front of the amount is the same as (-).
  475.                some examples;    125. = 125.00    125 = 1.25
  476.                .125. = <125.00>  .25  = <.25>      25 =  .25
  477.                 Credit entries are always bracketed <>.
  478.  
  479.        REPEAT Acct#, Date, Inv.#, Trans code with <enter> key.
  480.                        --- continued next page ---
  481.  
  482.            ADD OR CHANGE TRANSACTIONS  (CONT.)   PAGE 2.1.C
  483.  
  484.      Note 1.  The pointer ==> is moved around the screen by
  485.               using the four cursor keys. Don't forget to
  486.               toggle them on/off with the NUM-LOCK key.
  487.             
  488.  
  489.  
  490.      OPTION A ADD (cont.)    To terminate the add mode, press
  491.               the <-> key & press <enter>. This will display
  492.               the options menu at the bottom of the screen.
  493.  
  494.      OPTION C CHANGE. To make a change to any line item, move
  495.               screen pointer using the ARROW keys to the
  496.               desired entry and press the <C> key. Now type
  497.               in the desired change.
  498.  
  499.      OPTION D DELETE. Move screen pointer ==> with ARROW keys
  500.               to the desired line to delete, then press the
  501.               <D> key. Then answer Y for yes or N for NO to
  502.               delete the line.  After a line is deleted, you
  503.               can add a transaction in the empty spot.
  504.  
  505.      OPTION L LOCATE. Press <L> key and system will ask you
  506.               what transaction line number you wish to find.
  507.               If you have 147 transactions entered and type
  508.               200 the system will go to the last page that
  509.               has entries.
  510.  
  511.      OPTION F FORWARD. To move forward a page of transactions
  512.               press the <F> key and the system will display
  513.               next page. It will not go forward if the next
  514.               page of transactions is blank.
  515.  
  516.      OPTION B BACKWARDS. To move back to a prior page press
  517.               the <B> key. The system will display the
  518.               previous page of entries. If on page 1, the
  519.               system will not go anywhere.
  520.  
  521.      OPTION E EXIT. To exit the input screen, press <E> key
  522.               and the system returns to the transaction menu.
  523.   
  524.  
  525.                         LIST TRANSACTIONS          PAGE 2.2
  526.  
  527.      OVERVIEW The transactions entered by the posting program
  528.               are held in a temporary file called "ARTRANS"
  529.               This file can be printed prior to the actual
  530.               posting of the transactions. It is not required
  531.               that you print them since the system
  532.               will automatically produce an audit report when
  533.               the transactions are posted to your accounts.
  534.               The two reports do have different formats. The
  535.               listing does not look at the customer disk
  536.               where the posting report does.
  537.  
  538.               The transaction list report will summarize the
  539.               DEBITS and CREDIT entries for you.
  540.  
  541.               You can print ALL transactions in "ARTRANS"
  542.               file or you can print a RANGE of entries. The 
  543.               report will print in the same order that the
  544.               transactions were entered.
  545.  
  546.               When you enter <2> from the Transaction menu
  547.               you will be asked;
  548.    
  549.      ********************************************************
  550.      *                                                      *
  551.      *  FIRST TRANSACTION # TO LIST PRESS <ENTER> FOR ALL   *
  552.      *                                                      *
  553.      ********************************************************
  554.   
  555.      Step 1  If you wish to list ALL transactions, simply
  556.              press <enter>.  If you wish to list a RANGE of
  557.              transactions, enter the FIRST transaction #. The
  558.              system will then prompt you for the last 
  559.              transaction number. 
  560.  
  561.      Step 2  When the report is finished the transaction menu
  562.              is displayed. 
  563.  
  564.                     COMPUTE CHECK TOTALS           PAGE 2.3 
  565.  
  566.      OVERVIEW The system can give you a screen summary of all
  567.               transactions entered into the TRANS file. The
  568.               transactions are not posted to the accounts
  569.               but simply held in a temporary file. The
  570.               COMPUTE check total is another way to verify
  571.               that you have entered all the transactions
  572.               correctly.  If you were to run an adding
  573.               machine tape of all your transactions prior
  574.               to computer entry, you should end up with the
  575.               same figure the computer would give you under
  576.               this option.
  577.  
  578.       Step 1  Press <3> at the transaction menu. Compare the
  579.               totals with your adding machine tape. They
  580.               should agree. Fix any errors using option 1.
  581.  
  582.                    POST TRANSACTIONS            PAGE 2.4
  583.  
  584.      OVERVIEW This option should be done after option 3.
  585.  
  586.               You may have to run this option because you
  587.               have entered 150 transactions and should post
  588.               them to make room for more entries. The posting
  589.               process will erase the ARTRANS file when done.
  590.  
  591.               The actual posting process is done by program
  592.               ARPOSTAR. The system EXITS the posting entry
  593.               program and runs ARPOSTAR. After the posting
  594.               process, the system returns to the Main Menu.
  595.  
  596.               Transactions are sorted by account number prior
  597.               to posting. This reduces the number of data
  598.               file changes to a minimum.
  599.  
  600.               Report prints in account number sequence. Any
  601.               transactions for accounts that CAN NOT BE
  602.               FOUND will be flagged on the report.
  603.               Find the error and Re-Enter them.
  604.  
  605.      *******************************************************
  606.  
  607.      Step 1   Press <4> at the Transaction menu to POST.
  608.  
  609.               The system will ask for the date.
  610.  
  611.      Step 2   You should enter the date you wish to have on
  612.               the posting report.
  613.  
  614.               To exit without posting, Type: <E>
  615.  
  616.      Step 3   System will access each CUSTOMER file. If a
  617.               file is not on-line you will be prompted to
  618.               put it on-line or exit.
  619.  
  620.       NOTE 1   If you have a hardware or power failure, the
  621.                ARTRANS file will still be there. If you re-
  622.                post you will get duplicate postings up where
  623.                the error occurred. To prevent this you should
  624.                backup you data files FROM you last set of 
  625.                backup files and then re-post.
  626.  
  627.                      R E P O R T S    M E N U        PAGE 3
  628.  
  629.      ********************************************************
  630.      *    ACCOUNTS RECEIVABLE  (c) by HDP        PAGE 0     *
  631.      *                                                      *
  632.      * OPTION       R E P O R T S   M E N U         MANUAL  *
  633.      * ---------------------------------------------------- *
  634.      * <1> SCREEN CHECK OF CUSTOMER ACCOUNT          PG 3.1 *
  635.      * <2> COMPUTE FINANCE CHARGES                   PG 3.2 *
  636.      * <3> PRINT AGEING REPORTS                      PG 3.3 *
  637.      * <4> PRINT STATEMENTS                          PG 3.4 *
  638.      * <5> PROCESS END OF MONTH                      PG 3.5 *
  639.      * <6> PRINT MAILING LABELS                      PG 3.6 *
  640.      * <7> EXIT TO SYSTEM UTILITIES MENU             PG 4.  *
  641.      * <8> EXIT TO MAIN MENU                         PG 0.  *
  642.      * <9> QUIT ALL PROCESSING                       PG 9.  *
  643.      * ===================================================  *
  644.      *  8-26-86   CONFIGURATION: HARDDISK   ID CODE= HDP    *
  645.      * ===================================================  *
  646.      * ENTER OPTION NUMBER ?                                *
  647.      ********************************************************
  648.  
  649.      Step 1  Choose what you wish to do and enter the number,
  650.              then turn to the corresponding page number.
  651.  
  652.              If you wish to exit the A/R system
  653.              choose OPTION 9.
  654.  
  655.              SCREEN CHECK OF CUSTOMER STATUS      PAGE 3.1
  656.  
  657.      OVERVIEW  This option allows you to quickly obtain the
  658.                balance due on a customer. Only the screen is
  659.                used to show the information.
  660.  
  661.      Step 1  Type <1> at Reports Menu.
  662.  
  663.      Step 2  Enter the Account Number and press <enter>
  664.              System will access the data file.
  665.  
  666.      ********************************************************
  667.      * SCREEN CHECK                                PAGE 3.1 *
  668.      *                                                      *
  669.      *...........81005 -  HOLMAN DATA PROCESSING ...........*
  670.      * OLD BALANCE:      146.00 : CUSTOMER STATUS: RETAIL   *
  671.      * CURRENT BALANCE:  258.53 : TELEPHONE # (916)533-5992 *
  672.      * CREDIT LIMIT:     500.00 : ESTABLISHED:  1/82        *
  673.      * OVER LIMIT BY:      0.00 : LAST PAYMENT:  1/19/82    *
  674.      *                          :                           *
  675.      * 7 TRANSACTION THIS MONTH : INTEREST RATE: 1.5% / MO. *
  676.      *------------------------------------------------------*
  677.      *  CURRENT -  30 DAYS  - 60 DAYS  - 90 DAYS - 120 DAYS *
  678.      * LAST BILLING.........................................*
  679.      *   86.86      59.14       -----      -----    -----   *
  680.      * CURRENTLY............................................*
  681.      *  212.78      45.75       -----      -----    -----   *
  682.      * ENTER ACCOUNT NUMBER OR <E>XIT                       *
  683.      ********************************************************
  684.  
  685.             If the account can not be found the system will
  686.             display a message and ask for another account #.
  687.  
  688.      Step 3 The account will be displayed as shown above.
  689.          Review the information. Type in a new account number
  690.          or press <E> to exit.
  691.  
  692.                  PRINT & COMPUTE FINANCE CHARGES Page 3.2
  693.  
  694.      OVERVIEW Late charges are automatically calculated and
  695.               posted to accounts as long as they have a
  696.               PERCENTAGE put in their account data. See page
  697.               1.1 item # 11 and have a past due amount.
  698.               The A/R system looks at each account, gets the
  699.               percent needed for the calculation, checks old
  700.               balances for payments, & computes the finance
  701.               charge amount.
  702.  
  703.     Note 1.   Program prints an audit trail and can be re-run
  704.               if needed. Only 1 late charge is posted no
  705.               matter how many times it is run.
  706.            
  707.     Note 2.   A minimum amount is entered for the late
  708.               charge. If the calculated late charge is less,
  709.               the late charge will be the minimum amount.
  710.      ********************************************************
  711.      * FINANCE CHARGE COMPUTATION & REPORT        PAGE 3.2  *
  712.      *                                                      *
  713.      * THIS PROGRAM COMPUTES THE FINANCE CHARGES FOR ALL    *
  714.      * ACCOUNTS WITH OVERDUE BALANCES AND SHOULD BE RUN ONLY*
  715.      * AFTER ALL TRANSACTIONS FOR THE MONTH HAVE BEEN POSTED*
  716.      * IF NECESSARY, THE PROGRAM CAN BE RE-RUN              *
  717.      *                                                      *
  718.      * DO YOU WANT TO CONTINUE (Y/*N)? _Y_                  *
  719.      *                                                      *
  720.      * ENTER FINANCE CHARGE TRANSACTION CODE # ?  _15_      *
  721.      * ENTER MINIMUM FINANCE CHARGE AMOUNT (X.XX)? _0.50_   *
  722.      * ENTER BILLING DATE (MMDDYY) ? __123183__             *
  723.      *                                                      *
  724.      * IS EVERYTHING OK (Y/*N)?   _Y_                       *
  725.      ********************************************************
  726.      Step 1  Type: Y to continue or N to exit.
  727.              Remember the * signifies default for <enter>.
  728.      Step 2  Type the number of the transaction code you have
  729.              setup for late charges. (sample data used 15)
  730.      Step 3. Type in the minimum finance charge amount.
  731.      Step 4. Type in the date for the report.
  732.      Step 5. Type a Y if everything looks OK. 
  733.  
  734.                 AGEING REPORTS                   Page 3.3
  735.  
  736.      OVERVIEW  This section is where the aging reports are
  737.                printed.  You may print these reports for
  738.                <E>very account, <R>ange of accounts, or
  739.                <T>otals only.  The menu is shown below.
  740.                The option <2> prints in a format similar
  741.                to the statements. All other reports DO NOT
  742.                show the detail of each transactions.
  743.  
  744.      ********************************************************
  745.      * AGEING REPORTS                              PAGE 3.3 *
  746.      *                                                      *
  747.      * REPORT OPTIONS:                                      *
  748.      * <1> LIST ALL CUSTOMERS      <5> OVER CREDIT LIMIT    *
  749.      * <2> ACTIVE (WITH TRANSACT.) <6> PAST DUE ACCOUNTS    *
  750.      * <3> ZERO BALANCE ONLY       <7> BOTH 5 & 6           *
  751.      * <4> CREDIT BALANCE ONLY     <8> (EXIT PROGRAM)       *
  752.      *                                                      *
  753.      *  ENTER OPTION NUMBER:  _1_                           *
  754.      * <1> = EVERY CUSTOMER                                 *
  755.      * <2> = RANGE OF CUSTOMERS                             *
  756.      * <3> = TOTALS ONLY                                    *
  757.      *                                                      *
  758.      * ENTER REPORT DATE (MMDDYY) ?  _123183_               *
  759.      * ANY CHANGES (Y/*N)? _N_                              *
  760.      ********************************************************
  761.  
  762.      Step 1 Make choice and type the number.
  763.             Choose <2> & you will be asked if you want to
  764.             list each account on a seperate page (Y/N).
  765.  
  766.      Step 2 Enter 1, 2, or 3 for Every customer, Range of
  767.             customers or Totals only.
  768.  
  769.      Step 3 Enter report date.
  770.  
  771.      Step 4 If you made a mistake answer Y for "ANY CHANGES"
  772.             and go back to step 1.
  773.  
  774.      Step 5 System will access the appropriate customer
  775.             data file. If using floppy drives and the
  776.             data file is not on-line you will get a screen
  777.             prompt. Mount the correct file or exit.
  778.  
  779.                    PRINT STATEMENTS               PAGE 3.4
  780.  
  781.      OVERVIEW Program prints on plain paper or forms. If you
  782.      choose forms, you will be allowed to print an allignment
  783.      test.
  784.      ********************************************************
  785.      *  A/R BILLING PROGRAM                      PAGE 3.4   *
  786.      *  OPTIONS ARE:                                        *
  787.      * <1> FULL PRINTOUT (ALL ACCNTS) <3> SELECTED ACCOUNTS *
  788.      * <2> RESTART FULL PRINTOUT      <4> (EXIT PROGRAM)    *
  789.      * ENTER OPTION # ?  _1_                                *
  790.      * ARE YOU PRINTING ON PLAIN PAPER (Y/N) _N_            *
  791.      * PRINT BY AGEING OPTIONS ARE:                         *
  792.      *     <1> = 30 DAYS & OVER                             *
  793.      *     <2> = 60 DAYS & OVER                             *
  794.      *     <3> = 90 DAYS & OVER                             *
  795.      * <ENTER> = ALL ACCOUNTS ? _1_                         *
  796.      *                                                      *
  797.      * PRINT ZERO & CREDIT BALANCE CUST.(W/INVOICES) Y/N _N_*
  798.      * PRINT BILL FOR ACCNTS WITH CREDIT BALANCES (Y/)? _Y_ *
  799.      * PRINT BY STATUS CODE (1-18) OR <ENTER> FOR ALL _4_   *
  800.      * BILLING DATE (MMDDYY)? _123183_                      *
  801.      * IS EVERYTHING OK (Y/N) ?  _Y_                        *
  802.      ********************************************************
  803.      OPTION 1 FULL PRINTOUT. This will print statements for
  804.               all accounts. Check sum printed on last page.
  805.      OPTION 2 RESTART FULL PRINTOUT. This option lets you
  806.               start printing statements at a selected account.
  807.      OPTION 3 PRINT SELECTED ACCOUNTS. If you want to print
  808.               any one account use this option. System will
  809.               ask for each account number you wish to bill.
  810.      OPTION 4 EXIT PROGRAM. Returns to REPORTS MENU.
  811.  
  812.      Step 1   CHOOSE options 1 to 4, and type of paper.
  813.      Step 2   CHOOSE the ageing category you wish to print.
  814.      Step 3   If you want accounts that have ACTIVE POSTED
  815.               transactions and ZERO balance then type; Y
  816.      Step 4   If you want statements for accounts with CREDIT
  817.               balances to print, type: Y for Yes.
  818.      Step 5   CHOOSE status code (1-18) or <enter> for all.
  819.               (see page 1.5 for status code detail).
  820.      Step 6   Enter a 2 line message or <enter> for none.
  821.      Step 7   Enter the date for the statements.
  822.      Step 8   If OK type Y or <enter> or N to start over.
  823.  
  824.                   END OF MONTH UPDATE               Page 3.5
  825.  
  826.      OVERVIEW Program will update balances & erase all posted
  827.               transactions on every account.
  828.             
  829.               It is recommended that you do this AFTER backups
  830.               are made of your data files.
  831.  
  832.               An audit report is generated for each account.
  833.  
  834.  
  835.      ********************************************************
  836.      * A/R END-OF-MONTH UPDATE                    PAGE 3.5  *
  837.      *                                                      *
  838.      * THE PROGRAM ERASES ALL TRANSACTIONS POSTED THIS MONTH*
  839.      * AND UPDATES THE BALANCE FORWARD ACCORDINGLY.         *
  840.      *                                                      *
  841.      * YOU CANNOT RUN ANY REPORTS FOR THIS MONTH            *
  842.      * AFTER THIS PROGRAM IS RUN!                           *
  843.      *                                                      *
  844.      * DO YOU WANT TO CONTINUE (Y/*N) ?  _Y_                *
  845.      *                                                      *
  846.      * DO YOU HAVE A CURRENT SET OF BACKUP DISKS (Y/*N)? _Y_*
  847.      *                                                      *
  848.      * ENTER REPORT DATE ? _123183_                         *
  849.      *                                                      *
  850.      ********************************************************
  851.  
  852.      Step 1  Type: Y for yes to "CONTINUE" or N to exit.
  853.  
  854.      Step 2  Type: Y if you have a set of "backup disks". If
  855.              you LIE to the system it will not know it. YOU
  856.              will be sorry IF you have a power failure or a
  857.              hardware failure.
  858.  
  859.      Step 3  Enter the report date.
  860.              Program will print an audit trail of the update.
  861.              Check the ending balance with your statements.
  862.  
  863.                     PRINT MAILING LABELS             PAGE 3.6
  864.  
  865.      OVERVIEW System prints mailing labels on 1 across labels.
  866.               The normal label is 3 1/2 by 15/16 of an inch.
  867.               TOP to TOP of each label is 6 printed lines.
  868.  
  869.               You can print 1 or more labels.
  870.               You can have phone number print on labels.
  871.      ********************************************************
  872.      * SET MAILING LABEL PARAMETERS               PAGE 3.6  *
  873.      * -----------------------------------------------------*
  874.      *   -- PRINT THE FOLLOWING CUSTOMER STATUS CODES --    *
  875.      * 1-STATUS    YES :  8-HHHHHHHH  YES : 15-OOOOOOOO YES *
  876.      * 2-CODES     YES :  9-IIIIIIII  YES : 16-PPPPPPPP YES *
  877.      * 3-CCCCCCCC  YES : 10-JJJJJJJJ  YES : 17-QQQQQQQQ YES *
  878.      * 4-DDDDDDDD  YES : 11-KKKKKKKK  YES : 18-RRRRRRRR YES *
  879.      * 5-EEEEEEEE  YES : 12-LLLLLLLL  YES :                 *
  880.      * 6-FFFFFFFF  YES : 13-MMMMMMMM  YES : 0-(NOT SET) YES *
  881.      * 7-GGGGGGGG  YES : 14-NNNNNNNN  YES :                 *
  882.      *------------------------------------------------------*
  883.      * 19-ACCT #'S: 0 TO 999999  20-ZIP CODES:0 TO 99999    *
  884.      *------------------------------------------------------*
  885.      * ENTER ITEM #, SET 0-18 YES, RESET 0-18 NO, OR EXIT?  *
  886.      ********************************************************
  887.      OPTION S.  SET. Press <S> and codes 0-18 are set to YES
  888.      OPTION R.  RESET Press <R> and codes 0-18 are set to NO
  889.      OPTION #   NUMBER. Enter number 0 to 18 then Y or N for
  890.                 YES or NO to print labels by  status code.
  891.  
  892.      OPTION 19  ACCOUNT #. System asks for FIRST and LAST
  893.                 account number to print labels for.
  894.      OPTION 20  ZIP CODES. System asks for FIRST and LAST
  895.                 zip codes to print labels for.
  896.    
  897.      Step 1  Answer if your want 1 or more labels and if you
  898.              want the phone number on labels. If you want
  899.              more than 1 label then you get the above screen
  900.              and options.
  901.    
  902.      Step 2  OPTION E EXIT. Press <E> system will ask for
  903.              the number of lines per label. (usually 6).
  904.  
  905.      Step 3  If everything is set the way you want it then
  906.              type Y for Yes.
  907.  
  908.      Step 4. You can print an alignment box to check printer.
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.